home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / northc / example2.lzh / Script / script.h < prev    next >
C/C++ Source or Header  |  1990-09-09  |  358b  |  17 lines

  1. /*  (c) 1990 S.Hawtin.
  2.   Permission is granted to copy this file provided
  3.    1) It is not used for commercial gain
  4.    2) This notice is included in all copies
  5.    3) Altered copies are marked as such
  6.  
  7.   No liability is accepted for the contents of the file.
  8.  
  9. */
  10.  
  11. #include <stdio.h>
  12.  
  13. extern int copy();
  14. extern int ask();
  15. extern int type();
  16. extern void echo();
  17.